home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / netmail / blueq160.zip / OLX30.ZIP / UNPACKER.BAT < prev   
DOS Batch File  |  1994-08-12  |  385b  |  22 lines

  1. @echo off
  2. rem unpacker decompressor.exe qwk_fname internals
  3.  
  4. %1 %2 %3 %4 %5 %6 %7 %8 %9
  5.  
  6. if (%1)==(PKUNZIP) goto PK
  7. if (%1)==(PKUNPAK) goto PK
  8. if (%1)==(LHA) goto OTHER
  9. if (%1)==(ARJ) goto OTHER
  10.  
  11. :PK
  12. if exist *.up? BlueQWK %2 BW-REP
  13. if exist *.inf BlueQWK %2 BW-QWK
  14. goto END
  15.  
  16. :OTHER
  17. if exist *.up? BlueQWK %3 BW-REP
  18. if exist *.inf BlueQWK %3 BW-QWK
  19. goto END
  20.  
  21. :END
  22.